<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 750px) {


    .announcement {
        text-align: center;
        border-bottom: 1px solid #cccccc;
        margin: 28px 0 15px 0;
    }
    .announcement h2 {
        font-size: .125rem;
        font-weight: bold;
        line-height: 38px;
        width: 580px;
        margin: 0 auto;
    }
    .announcement p {
        margin-top: 8px;
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 26px;
        letter-spacing: 0px;
        color: #000000;
        margin-bottom: 20px;
    }




}</pre></body></html>